home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 April: Mac OS SDK / Dev.CD Apr 97 SDK1.toast / Development Kits (Disc 1) / AppleScript / Development Tools / Sample Code / Scripting Additions / Play Sound / PlaySnd.make < prev    next >
Encoding:
Text File  |  1993-12-15  |  332 b   |  9 lines  |  [TEXT/MPS ]

  1. save -a
  2. C -b "PlaySnd.c" -d SystemSevenOrLater 
  3. Rez -a -o "Play Sound" -t osax -c ascr 'PlaySnd.r'
  4. Link -p -w -t osax -c ascr -rt osax=1000 -m PLAYSNDENTRY -sg "AEVTaevtplsn" -ra "AEVTaevtplsn"=resSysHeap,resLocked ∂
  5.     "PlaySnd.c.o" ∂
  6.     "{CLibraries}"StdCLib.o ∂
  7.     "{Libraries}"Runtime.o ∂
  8.     "{Libraries}"Interface.o ∂
  9.     -o "Play Sound"